home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #04 (1987)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #04 (1987)(Amiga User Gruppe Einzugsgebiet 4000).adf / kopierservice / rohware / fishdisks < prev    next >
Text File  |  1999-12-31  |  43KB  |  756 lines

  1.  
  2. fd1 amigademo   Graphical benchmark for comparing amigas.
  3.     amigaterm   Terminal emulation program with xmodem upload/down
  4.                 load capability.
  5.     balls       Simulation of the "kinetic thingy" with balls on
  6.                 strings where only the end balls move (quick, can YOU come up
  7.                 with a better description?).  Anyway, cute.
  8.     colorful    Shows off use of hold-and-modify mode.
  9.     dhrystone   Dhrystone benchmark program.
  10.     dotty       Source to the "dotty window" demo on the Workbench disk.
  11.     freedraw    A small "paint" type program.  Free drawing, boxes,
  12.                 filled boxes, etc.
  13.     gad         "Fun with Gadgets".  Demonstration program for use
  14.                 of gadgets.
  15.     gfxmem      Graphical memory usage display program.  Watch your
  16.                 machine's memory usage!  Cute and useful.
  17.     halfbrite   Sample program that demonstrates "Extra-Half-Brite"
  18.                 mode on latter AMIGA's with new VLSI chip.  Allows
  19.                 64 colors in low-res mode, rather than 32.
  20.     hello       Demonstrates creation of a simple window".
  21.     latffp      Shows how to access the Motorola Fast Floating Point
  22.                 library from Lattice C.  Also demonstrates the tremen
  23.                 dous speedup obtained.
  24.     palette     Sample program for designing color palettes.
  25.     trackdisk   Demonstrates use of the trackdisk driver.  Useful
  26.                 example of "raw" disk read/write.
  27.     requesters  Sample program and documentation for building and
  28.                 using requesters. John worked REAL hard to dig out
  29.                 all the information in this one!
  30.     speech      Sample speech demo program.  Stripped down version of
  31.                 "speechtoy".
  32.     speechtoy   Another speech demo program.  Cute.  You have to see s
  33.                 this one. Be sure to click gadget that pops up the face.
  34.  
  35. fd2 alib        Object module librarian.
  36.     cc          Unix-like frontend for Lattice C compiler.
  37.     dbug        Macro based C debugging package.  Machine independent.
  38.                 Provides function trace, selective printing of inter
  39.                 nal state information, and more.
  40.     make        Subset of "unix" make command.  Useful, but does not have
  41.                 have many of the features of the full make, much less
  42.                 the newer "augmented make".
  43.     make2       Another make subset command.
  44.     microemacs  Small, relatively portable version of emacs.  Has
  45.                 keyboard macros.  No extension language.
  46.     portar      Portable archiver.  Used to bundle text file up into a
  47.                 a single file for transmission as a unit, or otherwise
  48.                 handling as a single file.  "Portable" because the code
  49.                 itself is portable and because the archive format is
  50.                 very simple (uses ascii headers to separate files).
  51.                 From Decus C distribution.
  52.     xrf         C cross reference utility.  Originally from Decus C
  53.                 distribution.
  54.  
  55. fd3 gothic      Gothic banner printer.  Prints DOWN the page, rather
  56.                 than across, so arbitrarily long banners can be
  57.                 created. Send EOF (CTRL-\) to end input.
  58.                 From a Decus C distribution several years ago.
  59.     roff        A "roff" type text formatter, roughly following
  60.                "Software Tools" version. Somewhat upwardly compatible
  61.                 with unix "nroff" command.
  62.     ff          A very fast text formatter, controlled exclusively by
  63.                 command line arguments.
  64.     cforth      A highly portable forth implementation.  Lots of goodies.
  65.     xlisp       A nice little lisp implementation.  Compiles and links
  66.                 ok, but something in the Lattice C setjmp/longjmp
  67.                 code prevents it from currently running.  Might be
  68.                 easily fixed.  Version 1.4
  69.  
  70. fd4 bgrep       Another grep like utility, also using the Boyer-Moore
  71.                 algorithm.
  72.     bison       A replacement for unix "yacc" command.  This is from
  73.                 the GNU (GNU is Not Unix) effort, and was obtained
  74.                 from the Free Software Foundation.  Compiles and
  75.                 links (with some effort) but currently crashes the
  76.                 machine.  Needs work, but will probably be worth it.
  77.     bm          A grep like utility using the Boyer-Moore algorithm.
  78.     grep        Decus grep (Get Regular Expression and Print).  Useful
  79.                 for finding strings in files.
  80.     kermit      This is an absolutely ancient kermit, who's only
  81.                 saving grace is that it is small and quite portable.
  82.                 receive.  You must log into the remote machine via
  83.                 one of it's local terminals and point it's kermit at
  84.                 the appropriate serial line connected to the AMIGA.
  85.     MyCLI       Another CLI for the AMIGA.
  86.     mandel      A Mandelbrot set program.
  87.  
  88. fd5 cons        Console device demo program with supporting macro routines.
  89.     freemap     Creates a visual diagram of free memory.  Comes with
  90.                 custom icon so can be run from workbench screen.
  91.     input.dev   In combination with hander.interface.asm (supplied),
  92.                 lets a user trap keyboard or mouse events before they
  93.                 get to Intuition and if desired, install new (phony/
  94.                 generated/other-devices-mouse-simulations) into the
  95.                 input stream. Handler.interface.asm is needed to convert
  96.                 the calling sequence performed by the input.task for
  97.                 the input stream management into something that a
  98.                 C program can understand.
  99.     joystick    Shows how to set up the gameport device as a joystick.
  100.                 Reports parameters received from joystick hooked to
  101.                 right port.
  102.     keyboard    Sample program to demonstrate direct communications with
  103.                 the keyboard.
  104.     layers      Shows use of the layers library, used by Intuition to
  105.                 create windows (layers handles all overlapping drawing
  106.                 areas and keeps things straight, sending to the back,
  107.                 bringing to the front, making larger/smaller, etc.)
  108.     mandelbrot  Latest and greatest mandelbrot program.  New features
  109.                 include the ability to save images in "iff" format,
  110.                 for reading into Deluxe Paint or other programs that
  111.                 use iff.  Also includes code from GraphiCraft to handle
  112.                 color palette and change colors at will.  Many additions
  113.                 by RJ Mical.
  114.     mouse       Shows how to set up the gameport device as a mouse so
  115.                 that hooking up the mouse to the right port gives access
  116.                 to mouse information.
  117.     one.window  Produces a window with a console attached.  Does graphics
  118.                 in the top half and limits the console activity to the
  119.                 lower half.
  120.     parallel    Demonstrates access to the parallel port.
  121.     printer     Shows how to open and use a printer, does a screen dump
  122.                 of the workbench screen if there is a graphics-capable
  123.                 printer attached.
  124.                 Currently does not compile under Lattice C Ver3.02 and
  125.                 does not link under Lattice C Ver3.03.
  126.     print.support   Printer support routines. Currently won't compile,
  127.                     missing a header file "local.h".
  128.     proctest    Sample code to create a process, set up message ports,
  129.                 pass messages, etc.  Sample slave code for create pros
  130.                 cess test (littleproc.c) currently does not link unde
  131.                 either Lattice C 3.02 or 3.03 (unresolved global vari
  132.                 ables not in libraries).
  133.     region      Demonstrates how a drawing area can be split into linked
  134.                 ked rectangular regions.  Draws a rectangle in a single
  135.                 ple playfield display, then draws "Behind a Fence" several
  136.                 veral times behind an apparent fence in the rectangle.
  137.                 Only works under Lattice Ver3.03.
  138.     samplefont  A sample font that produces clubs, hearts, spaces, and
  139.                 diamonds as its four characters.  Shows precisely what
  140.                 is contained in an Amiga font.
  141.     serial      Demonstrates access to the serial port.  Requires an
  142.                 external terminal connected to the serial port.
  143.     singleplayfield Creates and displays a 320 by 200 by 2 bit plane
  144.                     single playfield display.  Completely covers Intuition's
  145.                     display, but gives the system back at exit.
  146.     speechtoy   Latest and greatest version of Dave's cute speech demo
  147.                 program.  Comes with custom icon so can be run from
  148.                 a workbench screen.
  149.     speech.demo A much simplified version of speechtoy.  Also includes
  150.                 exec support functions for extended IO requests,
  151.                 CreateExtIO() to allocate and initialize a new IO request
  152.                 block and DeleteExtIO() to free an extended IO request
  153.                 block.
  154.     text.demo   Sample program that asks AvailFonts() to make a list of
  155.                 the fonts that are available, then opens a window and
  156.                 then prints a description of the various attributes that
  157.                 can be applied to the fonts, in the font itself.
  158.                 Previous versions were released as "whichfont".
  159.     timer       simple timer example program. includes dynamic
  160.                 allocation of data structures needed to communicate
  161.                 with the timer device, as well as the actual device
  162.                 IO.
  163.     trackdisk   Demonstrates use of trackdisk driver.  Useful example of
  164.                 "raw" disk read/write.
  165.  
  166. fd6 compress   Compress reduces the size of the named files using
  167.                adaptive Lempel-Ziv coding. The amount of compression
  168.                obtained depends on the size of the input, the number of
  169.                bits per code, and the distribution of common substrings.
  170.                Typically, text such as source code or English is reduced
  171.                by 50-60%. Compression is generally much better then that
  172.                achieved by Huffman coding (as used in "pack") or
  173.                adaptive Huffman coding (as used in "compact"), and takes
  174.                less time to compute.  Great for saving disk space, or
  175.                reducing transmission time over phone lines!  Also includes
  176.                "btoa" and "atob" for converting binary files to ascii, and
  177.                then back to binary (for transmission over links that do
  178.                not support 8 bits).
  179.    dadc        A digital computer impersonating an analog clock
  180.                impersonating a digital clock.
  181.    microemacs  An upgraded version of microemacs originally distributed
  182.                on disk number 2. I don't have an exact list of changes
  183.                but the new executable is about 25% larger, so there must
  184.                be something in there!  One enhancement is that some
  185.                functions are now also bound to function keys.
  186.    mult        Mult reads the input comparing adjacent lines.  In the
  187.                normal case, the second and succeeding copies of repeated
  188.                lines are output, and the remainder of the lines are
  189.                removed. Repeated lines must be adjacent in order to be
  190.                found. Options are present to output the first of multiple
  191.                lines, for comparing adjacent lines by field only, and for
  192.                specifying the field separator character.  Kind of the
  193.                opposite of the Unix "uniq" program.
  194.    scales      Demonstrates use of the Audio functions in the ROM to
  195.                produce four voice sound.  It uses a simple waveform
  196.                (sawtooth) with no amplitude control (ie, envelope)
  197.                or frequency variation (ie, vibrato), but these can be
  198.                easily implemented. Also includes considerable
  199.                documentation on audio device.
  200.    setparallel Allows the CLI user to dynamically change any particular
  201.                parallel port parameter.
  202.    setserial   Allows the CLI user to dynamically change any particular
  203.                serial port parameter.
  204.    sort        A quicksort based sort program, using separate driver
  205.                and sort modules. Originally from a DECUS C distribution.
  206.                Claims to be fast, but when operating entirely out of ram
  207.                takes 93 seconds to sort its input file, sort.c, while
  208.                AmigaDos's sort takes only 43 seconds under the same
  209.                conditions.
  210.    stripc      Strips comments and extraneous whitespace from C source
  211.                files.  Useful for compacting the C header files to
  212.                increase usable disk space.
  213.  
  214. fd8 It contains the source to "Hack", a popular UNIX game ported to the
  215.     AMIGA by John Toebes.  Please read all the associated README files
  216.     before redistributing with changes.
  217.  
  218. fd moire       Draws moire patterns in black and white in a borderless
  219.                backdrop window. Currently only runs with Lattice C
  220.    MVP-FORTH   Mountain View Press Forth, version 1.00.03A.
  221.                A shareware version of forth from Fantasia Systems.
  222.                Runable from the workbench, comes with icons and
  223.                such. If you use this, you should send a contribution
  224.                to Fantasia Systems / Mountain View Press.
  225.    proff       Another text formatting program. This one is significantly
  226.                more powerful than any of the others previously distributed
  227.                on these disks.
  228.    setlace     Program to toggle interlace mode on and off.
  229.                When used with a black background, and amber or green
  230.                characters, produces a nice CLI environment.
  231.    skewb       Not quite sure what this is supposed to be, it was
  232.                downloaded from a bbs with no documentation.  C'mon
  233.                folks, at least put a three line description at the
  234.                start of your programs!
  235.    sparks      Graphics demo that draws a "moving pathway", adding
  236.                to the front and removing from the tail (sure is
  237.                hard to come up with verbal descriptions of these
  238.                things!).
  239.  
  240. fd9  moire     Draws moire patterns in black and white in a borderless
  241.            backdrop window.  Currently only runs with Lattice C
  242.            version 3.02, when compiled with 3.03 crashes the system.
  243.            Author: Scott Ballantyne
  244.  
  245.      MVP-FORTH    Mountain View Press Forth, version 1.00.03A.
  246.             A shareware version of forth from Fantasia Systems.
  247.             Runable from the workbench, comes with icons and
  248.             such.  If you use this, you should send a contribution
  249.               to Fantasia Systems / Mountain View Press.
  250.  
  251.       proff    Another text formatting program.  This one is significantly
  252.             more powerful than any of the others previously distributed
  253.             on these disks.
  254.  
  255.      setlace    Program to toggle interlace mode on and off.
  256.             When used with a black background, and amber or green
  257.             characters, produces a nice CLI environment.
  258.             Author: Bob Pariseau,  Nov 85
  259.  
  260.      skewb    Not quite sure what this is supposed to be, it was
  261.             downloaded from a bbs with no documentation.  C'mon
  262.             folks, at least put a three line description at the
  263.             start of your programs!
  264.             Author: Raymond S. Brand
  265.  
  266.      sparks    Graphics demo that draws a "moving pathway", adding
  267.             to the front and removing from the tail (sure is
  268.             hard to come up with verbal descriptions of these
  269.             things!).
  270.             Author: Scott Ballantyne
  271.  
  272. fd10 conquest   You control an interstellar empire, decide which star
  273.                 systems to explore, which planets to colonize, etc.
  274.                 The computer will also be building its own empire and
  275.                 competing with you for resources.  The one with the
  276.                 greatest population at the end wins.  Executable only,
  277.                 no source.  Downloaded from Denver BBS.
  278.      dehex      Simple little program to convert hex format file into
  279.                 a binary file.  Reads lines of hex characters on stdin
  280.                 and writes 8 bit dehex'd bytes to stdout.
  281.      filezap    Patch program for any type of file.  Executable only,
  282.                 no source available.
  283.      fixobj     Strip extraneous garbage off end of object files
  284.                 transfered with xmodem.  Does not require preknowledge
  285.                 of actual file length, uses knowledge of Amiga file
  286.                 structure.
  287.      iff        Routines to read and write iff format files.  Includes
  288.                 program to display iff files made by DPaint.  Also
  289.                 see the DPSlide program on disk 11.
  290.      ld         I presume this stands for "list directory".  Lists
  291.                 contents of specified diretory or disk, using inverse
  292.                 video and colors to group objects by type.
  293.      ls         Minimal implementation of UNIX ls.  Demonstrates
  294.                 use of UNIX style filename pattern matching code.
  295.      sq.usq     Squeeze and unsqueeze, from the CPM world.  Works, but
  296.                 "compress" from disk 6 runs almost twice as fast and
  297.                 produces even smaller files.
  298.      trek73     A Star Trek game.  This one is just crying out to
  299.                 be Amiga'ized by some ambitious hacker.
  300.      yachtc     Dice game.
  301.  
  302. fd11 dpslide    A slide show program for displaying graphic images
  303.                 which are in the iff format, such as output from the
  304.                 Electronic Arts Deluxe Paint program.  Allows the user
  305.                 to select the display time for each slide and the method
  306.                 of bringing the slide up to the screen, and then removing
  307.                 it. Double buffers images to improve smoothness of
  308.                 display.
  309.      pictures   Miscellaneous DPaint and digitized pictures, in iff
  310.                 format.  Some are rated R.
  311.  
  312. fd12 amiga3d    Shows a rotating 3 dimensional solid "Amiga sign".
  313.                 No source available, executable only (downloaded from
  314.                 a Denver BBS)
  315.      ArgoTerm   Yet another terminal emulator program.  However, this
  316.                 one is written in macro assembler, so should be of
  317.                 interest to anyone doing serious assembly language
  318.                 development.  Version 0.20
  319.      arrow3d    Shows a rotating 3 dimensional wire frame arrow.
  320.                 No source available, executable only (downloaded from
  321.                 a Denver BBS)
  322.      ld4        Another directory listing program using some graphics
  323.                 style output.  Executable only, no source available.
  324.      IconExec   These two tools allow execution of a program from an
  325.      &SetWindow icon without having to recompile the program.
  326.      images     Miscellaneous DPaint and digitized pictures, in iff
  327.                 format.  Some are rated R.
  328.      SetAlternate   Merge the images from two icons to produce one icon with
  329.                     a primary image, and a possibly completely different image
  330.                     to display when selected.
  331.      StarTerm   Another terminal emulator program.  ASCII and XMODEM
  332.                 support, telephone dialer, function keys, load file
  333.                 stripping, text file conversion, full/half duplex,
  334.  
  335. fd13 It is a grab bag of basic programs, mostly untested.
  336.      so if these don't work, call someone else.
  337.  
  338. fd14 amiga3d    Shows a rotating 3 dimensional solid "AMIGA" sign.
  339.                 This is an updated version of the program released
  340.                 on disk number 12, and now includes full source.
  341.      beep       Source for a function that generates a beep sound, like
  342.                 CTRL-G on a VT100 terminal.
  343.      dex        Program to extract documentation in a human readable
  344.                 format inside source files, and produce nroff style
  345.                 output for manuals and other such external documents.
  346.                 First ever public release.
  347.      dimensions Programs to demonstrate three and four dimensional graphics.
  348.                 Not quite sure how else to describe them!
  349.      filezap    An updated version of the file zap utility first released
  350.                 on disk number 10.  Can be used to patch any type of
  351.                 file.  Nice, and VERY useful.
  352.      gfxmem     An updated version of the graphical memory display
  353.                 program first released on disk number 1.  Watch your
  354.                 machine's memory usage change dynamically under use!
  355.      gi         Converts DPaint brush files to C source files "necessary
  356.                 to create an Image structure, including height, width,
  357.                 depth, and color information, as well as the array of
  358.                 data which represents the bit planes of the image".
  359.      pdterm     A simple terminal emulator that does ANSI or DEC VT-100
  360.                 emulation in 80 cols by 25 lines.  Version 1.21.
  361.      shell      A simple csh style shell with history and some other
  362.                 goodies.  Still needs some polishing and enhancement,
  363.                 but is quite nice as it.  Thanks Matt!!!  We've really
  364.                 needed something like this for a long time.  Now if you
  365.                 would just do a ksh version instead...
  366.      termcap    A (mostly) unix compatible implementation of a termcap
  367.                 library.  First ever public release.
  368.  
  369. fd15 Blobs      A simple graphics program, reminiscent of the unix "worms"
  370.                 program, but in color of course.
  371.      Clock      A simple digital clock program designed to be small and to
  372.                 live completely in the screen title bar, where it is out
  373.                 of the way.
  374.      Dazzle     An eight-fold symmetry dazzler program.  Really pretty!
  375.      Fish      "A demo program which runs an AnimOb in a double buffered
  376.                 screen with sequence cycled animation".  (Basically
  377.                 shows a fish "swimming" across the top of the screen).
  378.      Monopoly   A really nice monopoly game written in AbasiC.
  379.                 Follow the directions in the file "InstallationGuide"
  380.                 to produce a bootable games disk.
  381.      OkidataDump Okidata ML92 driver and WorkBench screen dump program.
  382.                  Does both alpha and graphics.  Untested (I don't have the
  383.                  printer)
  384.      Polydraw   A drawing program written in AbasiC.
  385.      Polyfractals A fractal program written in AbasiC.
  386.  
  387. fd16 This is a copy of the Amiga Developer's IFF disk, received directly from
  388.      Commodore-Amiga sources, with permission to place in the library and
  389.      redistribute.
  390.  
  391. fd17 This is a copy of a H.A.M. (Hold And Modify) graphics demo disk received
  392.      from a vendor that is producing hardware to capture such images, and
  393.      software to process them.
  394.  
  395. fd18 AmigaDisplay Yet another variation of a terminal emulator program.
  396.                   This is a modified AmigaTerm that can emulate a dumb
  397.                   terminal (interesting paradox here somewhere...), translate
  398.                   line termination sequences, optionally capture or discard
  399.                   control characters in the captured file, use audible bell,
  400.                   use another font etc
  401.      Ash          Prerelease version of a C-shell like shell program.
  402.                   Has history, command substitution, loops, etc.
  403.      Browser      A program that lets you wander around a file tree and
  404.                   peek into files, all with the mouse.
  405.      MC68010      Complete information package for upgrading an Amiga
  406.                   to use an MC68010 in place of the MC68000.  Includes
  407.                   a software fix that makes this transparent to user
  408.                   programs that use instructions that are priviledged
  409.                   on the 68010.
  410.      Multidim     Lets you rotate a 2 to 6 dimensional "cube" on the
  411.                   screen using the joystick.
  412.      PigLatin     Tired of the "say" command?  This one will translate
  413.                   and speak your input in pig latin!
  414.      Scrimper     Short for "SCReen IMage PrintER".  A screen dump utility
  415.                   which can be run from the workbench or the CLI.
  416.      Xlisp1.6     A very nice little lisp for those that want to study the
  417.                   internals of a real, working lisp interpreter.
  418.  
  419. fd19 BlackJack   A line oriented (no graphics) blackjack game.
  420.      JayMinerSlides These are the Amiga slides produced/used by Jay Miner
  421.                     (the designer of Amiga's custom graphics chips) in his
  422.                     talks about the Amiga.  They are all hi-res (640 x 400)
  423.                     and are best displayed on a long-persistence color
  424.                     monitor. 
  425.      Keymap_Test A program to test the keymapping routines and find
  426.                  possible bugs.  Useful as an example of keymapping.
  427.      LockMon     Find file locks.  Useful for discovering if programs properly
  428.                  clean up after themselves.
  429.  
  430. fd20 AmigaToAtari Source code for an Amiga to Atari ST object code format
  431.                   converter. Takes Amiga objects as input and produces
  432.                   Atari objects as output.  This allows the Amiga to be
  433.                   used as a cross development machine providing the
  434.                   proper libraries are available.  (Currently does not 
  435.                   work, but I don't have an ST to try it with anyway...)
  436.      DiskSalv   Program to recover files from a trashed AmigaDOS disk.
  437.                 Can also "undelete" files deleted by mistake, so long
  438.                 as they have not overwritten by further disk activity.
  439.                 Requires two disk drives.  VERY useful...
  440.      Hash       Small example program that computes the AmigaDOS directory
  441.                 hash function.
  442.      Hd         Hex dump utility using some ideas from Mike Higgin's
  443.                 article in Computer Language magazine, Apr 86.
  444.                 Formats the dump based on the natural byte ordering
  445.                 of the machine on which it runs.
  446.      MandelBrots Some mandelbrot images submitted for the "mandelbrot
  447.                  images contest" some months ago.  Only three people
  448.                  submitted mandelbrots and these were among the most
  449.                  interesting.
  450.      MultiTasking Tutorial and example program for multitasking at the Exec
  451.                   level.
  452.      Pack      Program to strip extraneous whitespace from C programs
  453.                or header files.  Can be used to condense the C compiler
  454.                header files to free up disk space.
  455.      porthandler A sample Port-Handler program that performs
  456.                  the functions of the standard Port-Handler.  Shows what
  457.                  the BCPL environment looks like from the handler point of
  458.                  view.
  459.      Random      Random number generator in assembly.  Much faster than
  460.                  versions using floating point.  Can be used by either
  461.                  assembly or C programs.
  462.      SetMouse2   Program to set the mouse port to either the left port or
  463.                  right port.
  464.      SpeechTerm  Terminal emulator that can speak the received text.
  465.                  Also has XMODEM file transfer.
  466.      Ted         Demo version of an editor that has since been
  467.                  renamed as TXed (I believe).
  468.  
  469. fd21 This is a copy of Thomas Wilcox's Mandelbrot Set Explorer disk.
  470.  
  471.                  It is unchanged except for:
  472.  
  473.                1)   The volume name has been changed to AmigaLibDisk21.
  474.                2)   This file (README.list21) has been added.
  475.                3)   The standard library README file README.dist
  476.                 has been added.
  477.  
  478.       To run from CLI:
  479.  
  480.                    1)   cd dfX:  (where X is drive containing disk)
  481.                2)   mse
  482.  
  483.       To run from Workbench:
  484.  
  485.                1)   Click on MSD icon.
  486.  
  487.                  It contains extensive on-line help information, unlike                       other Mandelbrot programs distributed in this library.                       It also is capable of displaying some very pretty hi-res                     picture
  488.  
  489. fd22 Lemacs      Microemacs version 3.6 as enhanced and supported
  490.                  by Daniel Lawrence.  This version works and has been
  491.                  tested on Unix V7, BSD 4.2, Amiga, MS-DOS, and VMS.
  492.                  Enhancements include overwrite mode, support for Amiga
  493.                  function keys, reverse video status line, numeric
  494.                  arguments using <ESC><number>, replace, buffer specific
  495.                  editing modes, word wrap mode, goto-line, buffer rename,
  496.                  insert-file, execute named command, describe bindings,
  497.                  startup files, and more.
  498.      Pemacs      Microemacs as enhanced by Andy Poggio.  New features
  499.                  include use of <ALT> keys as Meta keys, default buffers
  500.                  on buffer switch, mouse support, higher priority to
  501.                  improve interactive response, creation of backup files,
  502.                  paragraph fill, word wrap, query replace, and support for
  503.                  function keys.
  504.  
  505. fd23             This disk contains a significantly enhanced version of                       microemacs based onthe version 30 release posted to                          usenet's mod.
  506.                  sources newsgroup.
  507.  
  508.                  Previous versions of microemacs released on these disks                      derived from a very old release the author has cleaned up                    lots of loose enos and restructured major parts of the                       code. O
  509.                  Because recipients of this disk might wish to run this new                   microemacs on other machines in addition to the Amiga, I                     have included all sources that were available to me at the                   time of
  510.  
  511. fd24 Conquest   You control an interstellar empire, decide which star
  512.                 systems to explore, which planets to colonize, etc.
  513.                 The computer will also be building its own empire
  514.                 and competing with you for resources.  The one with
  515.                 the greatest population at the end wins.  First
  516.                 distributed in executable form only on disk number
  517.                 10.  This distribution includes source.
  518.      Csh        Second release of a csh-like alternative to the
  519.                 CLI, first released on disk number 14.  Has alias,
  520.                 builtin functions like "dir" for speed, history,
  521.                 named variables, command re-execution with 
  522.                 substitution, etc.
  523.      Modula-2   A pre-release version of the single pass Modula-2
  524.                 compiler originally developed for MacIntosh at ETHZ.
  525.                 This code was transmitted to the AMIGA and is executed
  526.                 on the AMIGA using a special loader.  Binary only.
  527.  
  528. fd25 This disk contains a port (executables only) of the popular UNIX game
  529.      "Hack", courtesy of John Toebes, 120 H Northington Pl, Cary NC. 27511.
  530.      This is Version 1.0.1E., with graphics enhancements for the Amiga.
  531.  
  532. fd26 UnHunk     Tool to process the Amiga "hunk" loadfile format.
  533.                 Collects code, data, and bss hunks together, allows
  534.                 individual specification of code, data, and bss origins,
  535.                 and generates binary file with format reminiscent of Unix
  536.                 "a.out" format.  The output file can be easily processed
  537.                 by a separate program to produce Motorola "S-records"  
  538.                 suitable for downloading to PROM programmer.
  539.      C-kermit   Port of the popular "kermit" program, a flexible
  540.                 virtual terminal and file transfer program from
  541.      Ps         A program to display process priorities and another
  542.                 program to set a process's priority to any arbitrary
  543.                 valid value.  Very useful to provide finer control
  544.                 over your multitasking environment.
  545.      Archx      Yet more programs for bundling up text files and
  546.                 mailing or posting them as a single file unit.
  547.  
  548. fd27 ABdemos    Amiga Basic demos.  NewConvertFD creates .bmaps from
  549.            fd files.  BitPlanes finds addresses of and writes to
  550.            bitplanes of the screen's bitmap.  AboutBmaps is a 
  551.            tutorial on creation and use of bmaps.  LoadILBM loads
  552.            and displays IFF ILBM pics.  LoadACBM loads and displays
  553.            ACBM pics.  ScreenPrint creates a demo screen and dumps
  554.            it to a graphic printer.
  555.            Author:  Carolyn Scheppner, Commodore-Amiga
  556.  
  557.     Disassem   A simple 68000 disassembler.  Reads standard Amiga
  558.            object files and disassembles the code sections.
  559.            Data sections are dumped in hex.  The actual disassember
  560.            routines are set up to be callable from a user program
  561.            so instructions in memory can be disassembled dynamically.
  562.            Author:  Bill Rogers, Univ of WAIKATO (New Zealand)
  563.  
  564. DvorakKeymap   Example of a keymap structure for the Dvorak keyboard
  565.            layout.  Untested but included because assembly examples
  566.            are few and far between.
  567.            Author: Robert Burns @ Commodore-Amiga
  568.  
  569. Hypocycloids   An electronic Spirograph inspired by an article in
  570.            Feb '84 Byte.
  571.            Author: Terry Gintz
  572.  
  573. LinesDemo        A demo program which illustrates the use of proportional
  574.            gadgets to scroll around in a superbitmap window.
  575.            Posted to usenet by Barry Whitebook @ Commodore-Amiga
  576.  
  577. MemExpansion   Schematics and directions for building your own homebrew
  578.            1 Mb memory expansion.
  579.            Author: Michael Fellinger
  580.  
  581. SafeMalloc   Ever have a program that corrupts it's own memory?  Well,
  582.            this little gem can help you find the problem in a hurry.
  583.            Acts as an interface between your program and the real
  584.            malloc, checking for overrun, underrun, and duplicate
  585.            freeing of malloc'd space.
  586.            Author: Bjorn Benson, modifications by Fred Fish
  587.  
  588. ScienceDemos   Some science demos.  Sidereal is a tutorial program which
  589.            introduces the user to the relationships between Julian
  590.            and calendar dates and solar and sidereal times.  J2000
  591.            is a utility program which converts stellar positions,
  592.            proper motion, parallax and radial velocity from the 
  593.            standard epoch B1950 (FK4) to epoch J2000 (FK5).  Galilean
  594.            is a tutorial program which determines the position of
  595.            the Galilean satellites relative to Jupiter.
  596.            Programs courtesy of David Eagle at Science Software.
  597.  
  598. fd28 backgammon Another game in AbasiC by the author of Monopoly.
  599.      Cpp        This is a copy of the Decus cpp, ported to the Amiga.
  600.                 This cpp is more powerful and complete than either of
  601.                 the built in cpp's in Manx or Lattice C.  Also included
  602.                 is a modified version of the Unix like cc frontend, for
  603.                 Manx C, that knows about the cpp.
  604.      Cribbage   Another game in AbasiC by the author of Monopoly.
  605.      MileStone  Another game in AbasiC by the author of Monopoly.
  606.      Othello    Another game in AbasiC by the author of Monopoly.
  607.      Shar       A program which can pack and unpack archives compatible
  608.                 with the Unix "shar" (shell archiver) program.
  609.      SuperBitMap An example program that shows how to use ScrollLayer,
  610.                  how to sync the SuperBitMap prior to printing, and how
  611.                  to create a dummy rastport for dumping the SuperBitMap.
  612.                  Works under 1.2 and up.
  613.  
  614. fd29 AegisDrawDemo Demo disk of the Aegis Draw program.  This is the
  615.                    actual production program with only the "save" feature
  616.                    disabled and without documentation (intentionally).
  617.                    Very impressive program!  Received directly from
  618.                    Aegis Development.
  619.      Cc         Version of the Unix like C compiler frontend program,
  620.                 for Manx C.  Previous released version was for Lattice C.
  621.      Enough     A new CLI execute file command that tests for various
  622.                 system resources such as available memory or existance
  623.                 of specific files, directories, or devices.
  624.      Player     Animation player for Aegis Animator.  Received directly
  625.                 from Aegis Development.
  626.      Rubik      An animated Rubik's cube program based on Barry Whitebook's
  627.                 "amiga3d" program and Raymond Brand's "skewb" program.
  628.      StringLib  A public domain reimplementation of the Unix string
  629.                 library functions.
  630.      Vt100      A vt100 emulator program with Kermit and Xmodem file
  631.                transfer protocols (based on AmigaTerm).
  632.  
  633. fd30 Bbs        A BBS for the Amiga (BBS-Amiga Version 1.1).
  634.                 Author's suggested shareware donation:  $25
  635.      FineArt    This is a collection of works from some of the best
  636.                 of current Amiga artists.  Many thanks to Jim Sachs,
  637.                 Sheryl Knowles, Jack Haeger, and Aegis Development
  638.                 for submissions.
  639.      FontEditor Does what the name implies, edits font's.
  640.                 Author:  Tim Robinson
  641.                 Author's suggested shareware donation: $5
  642.      MenuEditor Create and edit menus, saving the result as either
  643.                 a binary file for further editing or as C source for
  644.                 inclusion in a program.
  645.                 Author:  David Pehrson
  646.                 Author's suggested shareware donation: $15
  647.      StarTerm   Starterm version 3.0.  Very nice telecommunications
  648.                 program.
  649.                 Author:  Jim Nangano
  650.                 Author's suggested shareware donation: $20
  651.  
  652. fd32 Address    Extended address book written in AmigaBasic.
  653.      Calendar   Calendar/diary program written in AmigaBasic.
  654.      DosPlus1   First volume of CLI oriented tools for developers.
  655.                 Executables only.
  656.      DosPlus2   Second volume of CLI oriented tools for developers.
  657.                 Executables only.
  658.      MacView    Allows viewing of a standard MacPaint picture file in
  659.                 either Amiga low resolution (320 x 200) or high
  660.                 resolution (640 x 400).  Executable only.
  661.      Puzzle     Simulation of puzzle with moving square tiles.
  662.                 Executable only.
  663.      ShowHAM    Program to display HAM (Hold And Modify) mode images
  664.                 from the CLI environment.  Executable only.
  665.      Solitaire  Two new ABasiC games, Canfield and Klondike.
  666.      Spin3      Simple program that creates spinning cubes and transforms
  667.                 them into op-art.  Example of how to create a double
  668.                 buffered display with color tables that can be changed.
  669.      Sword      Sword of Fallen Angel.  Text adventure game written
  670.                 in AmigaBasic.
  671.      Trails     Cute little program that leaves a trail behind the
  672.                 pointer when the mouse is moved.  The trail has
  673.                 programmable symmetry, thickness, and length.  
  674.                 The other interesting thing about this program is
  675.                 that it is written in Modula-2 (source provided).
  676.  
  677. fd33 3dstars     3d version of Leo's "stars" program (also on this disk).
  678.      Bigmap      Program which demonstrates how to use the low-level
  679.                  graphics calls, ScrollVPort especially.  Demonstrates
  680.                  scrolling around inside a very big bitmap.
  681.      Dbuf.gels   Sample program that demonstrates the animation routines
  682.                  for Bobs and VSprites.  Uses double buffering to smooth
  683.                  the display motion.
  684.      DiskMapper  Displays sector allocation of floppy disks.
  685.      MemView     Program which sets up a direct window into RAM, thus
  686.                  dynamically displaying the contents of memory. 
  687.      Oing        Displays a window full of little bouncing balls.
  688.      ScreenDump  Dumps rastport of highest screen/window to printer.
  689.      Sdb         Simple database program, originally released on a
  690.                  DECUS VAX SIG tape.
  691.      Sproing     Same as Oing but includes sounds of balls colliding with
  692.                  boundries.
  693.      Stars       Displays a screen full of stars, reminiscent of a view
  694.                  from the starship Enterprise's flight deck.
  695.      termplus    yet another variant of Michael Mournier's AmigaTerm
  696.                  program.  This one includes improved ascii capture,
  697.                  CRC and checksum xmodem protocol transfers, CompuServe
  698.                  B-protocol transfers, a phone library, function key
  699.                  support, and limited AmigaDOS functions.
  700.      Vt100       release 2.0 of Dave's version of AmigaTerm.
  701.                  Includes support for function keys and script files.
  702.  
  703.      Alint     Support files for Gimpel lint to make it useful on the
  704.              Amiga.
  705.              Author: Thomas Althoff
  706.  
  707.      Blink       A linker written as a replacement for Alink.  Fully
  708.              Alink compatible and supports many additional options
  709.              not found in Alink.  Also is much faster than Alink and
  710.              generates smaller executable files.  Version 5.7
  711.              Author: Combined efforts of the Software Distillery
  712.  
  713.     Browser     Updated version of the browser program released on disk
  714.              number 18.  This one has been "manxified", has scroll
  715.              bars, and several bugs fixed.
  716.              Author: Mike Meyer, enhancements and fixes by Bob Leivian
  717.  
  718.     Btree            Routines to implement a B-tree algorithm and several
  719.              accompanying tests, apparently derived from the single
  720.              file version also included on this disk under "Btree2".
  721.              Still buggy, but looks useful with a little work.
  722.              Author: Richard Hellier, posted to usenet by Steve             Jefferson
  723.  
  724.    Btree2       Previous (original) version of btree routines.
  725.             Author: Richard Hellier
  726.  
  727.    Calendar    Appointment calendar that lets you visually add and
  728.             update appointments.  Can also run in background and
  729.             remind you 15 minutes before any scheduled event.
  730.             Author: Unknown, Amiga port by Bob Leivian
  731.  
  732.    Less       Like Unix "more", only better, with forward and
  733.             backward scrolling, searching and positioning by
  734.             percent of file and line number, etc.  Very useful!
  735.             Author: Mark Nudelman, Amiga port by Bob Leivian
  736.  
  737.    NewFonts    Set of 28 new Amiga fonts.
  738.             Author: Bill Fischer
  739.  
  740.    Pr       A background print utility with several options for
  741.            letter quality compressed mode and line numbers.  Also
  742.            takes multiple files and wildcards.
  743.            Author: Bob Leivian
  744.  
  745. Requester        A file name requester that looks like the one used in
  746.            Deluxe Paint, and a sample program for using the
  747.            requester.
  748.            Author: Kevin Clague
  749.  
  750. =========================================================================
  751.  
  752.  
  753. Wir rechnen damit, unsere Fish Library bis 5/87 auf 50 Disketten erweitert zu haben.
  754.  
  755.              ......A.U.G.E. 4000 
  756.